home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume90 / util / bsindex1 / part01 / scripts / info.scr < prev    next >
Text File  |  1990-02-02  |  806b  |  30 lines

  1. ###########################################################################
  2. #
  3. # This simple script file merely prints all possible information about
  4. # each file in the catalogue. It serves as a good demonstration of how
  5. # to use extended command lines. Practically the whole script is a single
  6. # extended format command!
  7. #
  8. ###########################################################################
  9.  
  10. norequest
  11. checkfiles
  12.  
  13. format "\
  14. Filename      : %n\n\
  15. Uploaded by   : %o\n\
  16. Comment       : %c\n\
  17. Filetype      : %b{Binary,Text}\n\
  18. Disk filename : %f\n\
  19. Origin        : %l{Local, Remote}\n\
  20. Status        : %i{Online, Offline}\n\
  21. File state    : %v{Valid, Invalid}\n\
  22. Accesses      : %a\n\
  23. Section       : %s\n\
  24. Directory     : %r\n\
  25. Upload date   : %w\n\
  26. File size     : %x\n\
  27. ----------"
  28. sort name
  29. list
  30.